home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / catman / p_man / cat3 / qfocusdata.Z / qfocusdata
Encoding:
Text File  |  1998-10-28  |  4.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))    QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       QFocusData - Maintains the list of widgets which can take
  10.       focus
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       #include <qfocusdata.h>
  14.  
  15.     PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrrssss
  16.       QQQQWWWWiiiiddddggggeeeetttt**** ffffooooccccuuuussssWWWWiiiiddddggggeeeetttt (((()))) ccccoooonnnnsssstttt
  17.       QQQQWWWWiiiiddddggggeeeetttt**** hhhhoooommmmeeee    (((())))
  18.       QQQQWWWWiiiiddddggggeeeetttt**** nnnneeeexxxxtttt    (((())))
  19.       QQQQWWWWiiiiddddggggeeeetttt**** pppprrrreeeevvvv    (((())))
  20.       iiiinnnntttt ccccoooouuuunnnntttt (((()))) ccccoooonnnnsssstttt
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.       Maintains the    list of    widgets    which can take focus.
  24.  
  25.       When reimplementing QWidget::focusNextPrevChild() to provide
  26.       special focus    flow, you will usually call
  27.       QWidget::focusData() to retrieve the focus data stored at
  28.       the top-level    widget - the focus data    for that hierarchy of
  29.       widgets.
  30.  
  31.       See also: QWidget::focusNextPrevChild().
  32.  
  33.      MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDOOOOCCCCUUUUMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  34.      iiiinnnntttt QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::ccccoooouuuunnnntttt (((()))) ccccoooonnnnsssstttt
  35.       Returns a count of the number    of widgets in the hierarchy
  36.       which    accept focus.
  37.  
  38.      QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::ffffooooccccuuuussssWWWWiiiiddddggggeeeetttt (((()))) ccccoooonnnnsssstttt
  39.       Returns the widgets in the hierarchy which currently has
  40.       focus.
  41.  
  42.      QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::hhhhoooommmmeeee (((())))
  43.       Moves    the cursor to the focusWidget()    and returns that
  44.       widget. You must call    this before next() or prev() to
  45.       iterate meaningfully.
  46.  
  47.      QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::nnnneeeexxxxtttt (((())))
  48.       Moves    the cursor to the right. Note that the focus widgets
  49.       are a    _l_o_o_p of    widgets. If you    keep calling next(), it    will
  50.       loop,    without    ever returning 0.
  51.  
  52.      QQQQWWWWiiiiddddggggeeeetttt**** QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa::::::::pppprrrreeeevvvv (((())))
  53.       Moves    the cursor to the left.     Note that the focus widgets
  54.       are a    _l_o_o_p of    widgets.  If you keep calling prev(), it will
  55.       loop,    without    ever returning 0.
  56.  
  57.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  58.       hhhhttttttttpppp::::////////wwwwwwwwwwww....ttttrrrroooollllllll....nnnnoooo////qqqqtttt////qqqqffffooooccccuuuussssddddaaaattttaaaa....hhhhttttmmmmllll
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 9/22/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))    QQQQFFFFooooccccuuuussssDDDDaaaattttaaaa((((3333qqqqtttt))))
  71.  
  72.  
  73.  
  74.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  75.       Copyright 1992-1997 Troll Tech AS.  See the LICENSE file
  76.       included in the distribution for a complete license
  77.       statement.
  78.  
  79.      AAAAUUUUTTTTHHHHOOOORRRR
  80.       Generated automatically from the source code.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                         (printed 9/22/98)
  130.  
  131.  
  132.  
  133.